This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
chore: update ws to earliest fixed version #448
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Description of changes:
Updates ws to the earliest fixed version as noted in the alert (7.5.10) https://github.com/aws-amplify/learn/security/dependabot/90
Before:
![Screenshot 2024-06-19 at 1 49 24 PM](https://private-user-images.githubusercontent.com/376920/341166963-43ae70e3-022f-49d2-9b2f-a897204b2a86.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NjgzMjksIm5iZiI6MTczOTY2ODAyOSwicGF0aCI6Ii8zNzY5MjAvMzQxMTY2OTYzLTQzYWU3MGUzLTAyMmYtNDlkMi05YjJmLWE4OTcyMDRiMmE4Ni5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNlQwMTA3MDlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03MzIyMGMwMzVjMjI1MmMzMzc2MmNjOTI5YWI0MWRlNGNlZmI0MDZhNzc2MjI4ODE4YTFhMTNhZmFlOTIxZmJiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.ww_-RtmaNYjGRb2xYohakNTgNfFiX0yYbhZLkBlF4WU)
After
![Screenshot 2024-06-19 at 1 53 58 PM](https://private-user-images.githubusercontent.com/376920/341167015-8fc8f579-232d-4b4a-b758-d111cac01ec2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NjgzMjksIm5iZiI6MTczOTY2ODAyOSwicGF0aCI6Ii8zNzY5MjAvMzQxMTY3MDE1LThmYzhmNTc5LTIzMmQtNGI0YS1iNzU4LWQxMTFjYWMwMWVjMi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNlQwMTA3MDlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0zODE0N2Q2YTU0NmNhM2JlODMxYjI2YjhkNTU1OTIxZjZjNTA5NDdjZDQ5NDU1ZjIyNmVkOTJhMGUyYjAyOTA5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.GmMXEBFmcgxrlfduS4XYsvDFhCBvfGH74paH893aoyc)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.